| Description | : Queries tables under the given account. |
| Reference | : Link ¶ |
⚼ Request
GET:
/Tables
{
x-ms-version:
string
,
x-ms-client-request-id:
string
,
DataServiceVersion:
string
,
$format:
string
,
$top:
integer
,
$select:
string
,
$filter:
string
,
NextTableName:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
x-ms-request-id:
string
,
x-ms-version:
string
,
date:
string
,
x-ms-continuation-nexttablename:
string
,
}
$schema:
}
{
,
odata.metadata:
string
,
value:
}
[
]
,
{
,
TableName:
string
,
odata.type:
string
,
odata.id:
string
,
odata.editLink:
string
,
}